IMPORTANT
———————————————————
Please make sure to always back up your files before updating. I am not responsible for any update going wrong and messing / losing your previous or actual files. 


FILE CHANGES
———————————————————
1. THE EASIEST WAY
Replace all the folders / files except the "uploads" folder, "install" folder and the "app/config/config.php" file.

2. THE ADVANCED WAY
Copy/Paste the following files, replace if needed.

vendor/ - REPLACE WHOLE FOLDER
app/controllers/Account.php
app/controllers/Login.php
app/controllers/Pay.php
app/controllers/Pixel.php
app/controllers/WebhookPaypal.php
app/controllers/WebhookStripe.php
app/controllers/admin/AdminPackageUpdate.php
app/controllers/admin/AdminPages.php
app/controllers/admin/AdminSettings.php
app/core/Router.php
app/helpers/Captcha.php
app/helpers/ThemeStyle.php
app/helpers/others.php
app/includes/admin_socials.php
app/includes/product.php
app/init.php
app/languages/english.json
app/middlewares/Authentication.php
themes/altum/assets/css/admin-custom.css
themes/altum/assets/css/bootstrap-dark.min.css
themes/altum/assets/css/bootstrap-dark.min.css.map
themes/altum/assets/css/bootstrap.min.css
themes/altum/assets/css/bootstrap.min.css.map
themes/altum/assets/css/custom.css
themes/altum/assets/css/datepicker.min.css
themes/altum/assets/js/functions.js
themes/altum/assets/js/pixel-header.js
themes/altum/views/account-package/index.php
themes/altum/views/account/index.php
themes/altum/views/admin/index/index.php
themes/altum/views/admin/settings/index.php
themes/altum/views/admin/statistics/index.php
themes/altum/views/admin/wrapper.php
themes/altum/views/basic_wrapper.php
themes/altum/views/login/index.php
themes/altum/views/notification/data.method.php
themes/altum/views/notification/settings.method.php
themes/altum/views/notification/statistics.method.php
themes/altum/views/page/index.php
themes/altum/views/partials/footer.php
themes/altum/views/partials/notifications/latest_conversion.php
themes/altum/views/pixel/index.php
themes/altum/views/wrapper.php

DATABASE CHANGES 
--------------------
IMPORTANT: MAKE SURE YOU BACKUP YOUR DATABASE JUST TO BE SAFE. 

You will have to run the following queries into your database. 

You can run those with PhpMyAdmin -> selecting the database -> going to the SQL tab and running the following mysql queries:


COPY & RUN THE FOLLOWING QUERIES
--------
alter table users add twofa_secret varchar(16) null after token_code;
--------